.home-container {
  margin-top: 76px;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 0;
}

.swiper-container {
 /* max-height: 650px;*/
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  height:100%;
}
 
.home-else-info .home-item-det .swiper-slide img{
	height:212px;
}
.swiper-pagination .swiper-pagination-switch {
  width: 90px;
  height: 6px;
  background: #99a0a9;
  opacity: 1;
  border-radius: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination .swiper-visible-switch,
.swiper-pagination .swiper-active-switch {
  background: #ffbc00;
}
.swiper-pagination {
  bottom: 135px !important;
}

.home-item > .title {
  display: flex;
  align-items: center;
  padding: 24px 0;
}
.home-item > .title .text {
  flex: 1;
  color: #004191;
  font-size: 22px;
}
.home-item .title .more {
  width: 18px;
  height: 18px;
  background: url(../images/more.png) no-repeat 0 0;
  background-size: 100%;
}
.home-news {
  display: flex;
}
.home-news .left-images {
  width: 580px;
  margin-right: 30px;
}
.home-news .right-info {
  flex: 1;
  min-width: 0;
}
.news-swiper-container {
  overflow: hidden;
  height: 328px;
  position: relative;
}
.home-news .left-images .arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 33;
}
.home-news .left-images .swiper-button-prev {
  left: 20px;
}
.home-news .left-images .swiper-button-next {
  right: 20px;
}
.news-swiper-container .swiper-slide {
  position: relative;
}
.news-swiper-container .swiper-slide .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 140px 20px 15px 20px;
  color: #fff;
  text-align: left;
 /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgb(0, 122, 255));*/
 background:linear-gradient(to bottom, rgba(0, 0, 0, 0),rgb(0, 78, 151));
}
.news-swiper-container .swiper-slide .info a:hover,.news-swiper-container .swiper-slide .info a{
	  color: #fff;
}
.news-swiper-container .swiper-slide .info .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 8px;
}
.news-swiper-container .swiper-slide .info .title .tit {
  flex: 1;
  min-width: 0;
  margin-right: 16px;
}
.home-news-list,
.home-video-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-news-list li:hover{
	background:#004e97
}
.home-news-list > li {
  border-bottom: 1px solid #f2efef;
  padding:0 10px;
}
.home-news-list > li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 64px;
}
.home-news-list > li a .text {
  flex: 1;
  min-width: 0;
  margin-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.home-news-list > li:hover a .text,.home-news-list > li:hover a .date{
	color:#fff
}
.home-news-list > li a .date {
  color: #999;
}
.home-else-info {
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
}
.home-else-info .home-item-video {
  width: 375px;
}
.home-else-info .home-item-case {
  width: 155px;
}
.home-else-info .home-item-notice {
  flex: 1;
  margin: 0 30px;
}
.home-item-video .home-item-det {
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}
.video-swiper-container .swiper-slide {
  position: relative;
}
.video-swiper-container .swiper-slide .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding:30px 10px 10px;
  color: #fff;
  text-align: left;
  /*background: rgba(21, 44, 70, 0.8);*/
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0),rgb(0, 78, 151));
}
.video-swiper-container .swiper-slide .info .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-swiper-container .video-swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.video-swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #999;
  margin-right: 16px;
}
.video-swiper-pagination .swiper-active-switch {
  background: #004191;
}
.home-video-list > li {
  border-bottom: 1px solid #f2efef;
}
.home-video-list > li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 0 6px 16px;
}
.home-video-list > li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #004191;
}
.home-video-list > li a .text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 20px;
  color: #333;
}
.home-video-list > li a .date {
  color: #999;
}
.face-det {
  position: relative;
  display: block;
}
.face-det img {
  width: 100%;
  vertical-align: top;
}
.face-det .text-c {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding:  35px  10px 5px 10px;
  color: #fff; 
  text-align: left;
  font-size: 16px;
 /* background: rgba(21, 44, 70, 0.5);*/
 background:linear-gradient(to bottom, rgba(0, 0, 0, 0),rgb(0, 78, 151))
}
.face-det .text-c .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-footer {
  background: #eaecee;
  padding: 30px 0;
  overflow: hidden;
  color: #999;
}
.home-footer a {
  color: #999;
}
.home-footer a:hover{
	color:#004e97;
 
}
.footer-item {
  display: flex;
}
.footer-item .item {
  flex: 1;
}
.footer-item .item:nth-child(2) {
  margin: 0 30px;
}
.footer-item .item .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 14px;
}
.footer-item .item .company-title {
  margin-top: 14px;
}
 
.footer-item .item .company-more{
	display:none;
}
.weixin-item .info {
  display: flex;
}
.weixin-item .info .else-det {
  margin-left: 18px;
}
.weixin-item .info .else-det .det {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}
.weixin-item .weixin.wx-last{margin-left:20px}
.weixin-item .weixin .text {
  margin-top: 4px;
  text-align:center;
}
.map-link .info,
.weixin-item .info .else-det {
  font-size: 0;
}

.company-title .down.hover {
  transform: rotate(180deg);
}
.company-title .down{
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../images/b-down.png) no-repeat 0 0;
  transition: all 300ms linear 0ms;
  cursor:pointer;
}
.map-link .info.company-more .det{
	width:100%;
	padding-right:15px;
} 
.map-link .info .det {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 14px;
  margin-bottom:15px;
}
.securities-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.securities-list > li {
  display: flex;
  align-items: center;
  padding-right: 10px;
  position: relative;
  margin-bottom: 6px;
}
.securities-list > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: url('../images/up-s.png') no-repeat 0 0;
}
.securities-list > li .number {
  flex: 1;
  min-width: 0;
  text-align: center;
  color: #f00;
}
.securities-list > li.green .number {
  color: green;
}
.securities-list > li.green:after {
  background: url('../images/down-s.png') no-repeat 0 0;
}
.securities-list > li .text {
  margin-right: 10px;
}

.home-footer hr {
  border-top-color: #a9a9a9;
  margin-bottom: 0.5rem;
}
.home-footer .copyright {
  text-align: center;
  padding-top: 10px;
}
.home-footer .copyright p {
  padding-top: 10px;
}

.news-swiper-container {
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 28px; /* 设置按钮大小 */
}

.home-item-notice > .title {
  position: relative;
}
.home-item-notice .like-tablist {
  font-size: 0;
  position: absolute;
  left: 120px;
  top: 28px;
}
.like-tablist > .tab-text {
  display: inline-block;
  line-height: 20px;
  color: #999999;
  border: 2px solid #999999;
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.like-tablist .current {
  background: #999999;
  color: #fff;
}
.language-cont {
  color: #fff;
  margin-top: 30px;
  border-left: 1px solid #fff;
  padding-left: 16px;
  position: relative;
}
.language-cont a,.language-cont a:hover{
	color:#fff;
} 
.language-cont .down {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../images/w-down.png) no-repeat 0 0;
  transition: all 300ms linear 0ms;
}
.language-cont .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  transition: all 300ms linear 0ms;
}
.language-cont:hover .down {
  transform: rotate(180deg);
}
.language-cont .lang-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #004e97;
  position: absolute;
  padding-top: 42px;
  top: 20px;
  width: 80px;
  text-align: center;
  display: none;
}
.language-cont:hover .lang-list {
  display: block;
}
.language-cont .lang-list > li {
  height: 24px;
  cursor: pointer;
}
.language-cont .lang-list > li:hover {
  background: #006acd;
}

.home-container .swiper-container .arrow {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
  display: none;
}
.home-container .swiper-container .swiper-but-prev {
  left: 80px;
  background: url(../images/arrow_l_yuan.png) no-repeat 50% 50%;
  background-size: 100%;
}
.home-container .swiper-container .swiper-but-next {
  right: 80px;
  background: url(../images/arrow_r_yuan.png) no-repeat 50% 50%;
  background-size: 100%;
}
.home-container .swiper-container:hover .arrow {
  display: block;
}

@media screen and (max-width: 1300px) {
  .header .header-bottom .brand {
    width: auto;
  }
  .header .header-bottom .brand img {
    width: 120px;
  }
/*  .header .header-bottom .navbar > .list-unstyled > li {
    width: 14%;
  }*/
  .header .header-bottom .navbar > .list-unstyled > li > a {
    margin: 0;
  }
  
  .header .header-bottom .navbar > ul > li{
	  padding:0 15px;
  }

} 
@media screen and (max-width: 1200px) {
   .header .header-bottom .navbar > ul > li{
	  padding:0 6px;
  } 
}
@media screen and (max-width: 1025px) {
  .header .header-bottom .brand {
    width: auto;
    text-align: center; 
  }
  .header .header-bottom .navbar{
	  width:80%
  }

  .language-cont {
    margin-top: 10px;
    margin-right: 70px;
  }
    .language-cont {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .header .header-bottom .brand {
    width: 225px;
    text-align: center;
  }
  .home-news,
  .home-else-info,
  .footer-item {
    display: block;
  }

  .home-container {
    margin-top: 48px;
  }
  .swiper-container {
    height: auto;
    max-height: 320px;
  }
  .swiper-container .swiper-slide img {
    min-height: 230px;
  }
  .news-swiper-container .swiper-slide .info .title .tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .home-news .left-images {
    width: auto;
    margin-right: 0;
  }
  .home-else-info .home-item-notice {
    margin: 20px 0;
  }
  .footer-item .item:nth-child(2) {
    margin: 20px 0;
  }
  .header .header-bottom .brand {
    float: none !important;
  }
}
